@charset "utf-8";
/* CSS Document */






.fotofondo {

background-image: url("../images/mapa.jpg");
background-repeat: no-repeat;
 background-position: center top;
 background-size: contain;
 }


.fondoauto {

text-align: center;
align-items: center;
align-content: center;
margin: 0;
padding: 0;
width: 250px;
	
 }


.caminoauto {
display: inline-flex;
size: contain;
}




.posicion0 {    /* este esta usando el fondo de humo*/
	position:absolute;
    z-index: 0;
}

.posicion1 {
	position:absolute;
    z-index: 1;
}


.posicion2 {
	position:absolute;
    z-index: 2;
}


.posicion3 {
	position:absolute;
	
    z-index: 3;
}


.zindex3 {  
    z-index: 3!important;
}

.zindex2 {
    z-index: 2!important;
}


.zindex1 {  
    z-index: 1!important;
}

.zindex0 { 
    z-index: 0!important;
}



.posicion0 {    /* este esta usando el fondo de humo*/

    z-index: 0!important;
}

.posicion1 {
	position:absolute;
    z-index: 1;
}


.posicion2 {
	position:flex;
    z-index: 2;
}


.posicion3 {
	position:absolute;
	
    z-index: 3;
}


.zindex3 {  
position:relative;
    z-index: 3!important;
}

.zindex2 {
position:relative;
    z-index: 2!important;
}


.zindex1 {  
position:relative;
    z-index: 1!important;
}

.zindex0 {  
position:relative;
    z-index: 0!important;
}

